The Whole Data Science Major
in One Place

Mobile Device

Oops! We're Not
Mobile Ready Yet

Please use a desktop to access DataRoad.
Our mobile version is coming very soon! 🚀

Linear Algebra

Why?

Linear Algebra is a necessary branch of math for data science. Data scientists work with datasets, so matrices are the way to express such lists of numbers, and this course will teach us how to handle & manipulate these structures. Especially for machine learning, linear algebra is considered a fundamental prerequisite, also you will use some of it in other future courses like data mining, social network analysis, advanced topics in data science...

What?

This course introduces matrices in its different types, its operations, inverse, determinants, and afterwards utilizes those to solve system of equations, decompose matrices, and find eigenvectors. Students will develop the mathematical foundation needed for advanced data science applications.

Curriculum:

â–¶

Matrices

Define matrices and how to apply operations on them & find an inverse.

â–¶

Determinants

Learn how to calculate determinants and understand their properties and applications.

â–¶

Systems of Linear Equations

Solve linear systems using matrix methods and understand solution spaces.

â–¶

Spectral Theory

Learn about eigenvalues, eigenvectors, and their applications in dimensionality reduction.

â–¶

Vector Space

Foundations of vector spaces, linear independence, basis, dimension, orthogonality, and their relevance to data representation.

Notes

Linear Algebra's notation is new for most students, so some practice is necessary to feel comfortable & quick with it, as it is used heavily in machine learning and AI.